@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  font-family: '微软雅黑,' Arial, "Microsoft heiti", "黑体", "宋体", sans-serif;
  color: #666;
  font-size: 14px;
}
body,
button,
input,
select,
textarea {
  outline: none;
}
input,
select,
textarea {
  font-size: 100%;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: middle;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
menu,
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
ins,
a,
a:visited {
  text-decoration: none;
  outline: none;
}
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
/*input[type="checkbox"]{ background:#2460aa; color:#fff; -webkit-text-shadow:none; border-color:#2157db; margin-right:0.08rem; border-radius:2px; -webkit-box-shadow:none;}*/
/*去除ios浏览器中input button的风格*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}
/*移除html5 input="number"的小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a {
  color: #878787;
}
a:hover {
  color: #5390CC;
}
/*顶部贴顶条*/
.header-top {
  background: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  z-index: 101;
  box-shadow: 0px 0px 10px #000;
}
.header-top .header-top-left {
  text-align: left;
  float: left;
  padding-left: 50px;
}
.header-top .header-top-right {
  float: right;
  text-align: right;
  padding-right: 150px;
}
.header-top .header-top-right a {
  font-size: 16px;
  color: #666;
}
.header-top .header-top-right span {
  padding: 0 8px;
}
/*logo+搜索*/
.top {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.top .top-cont {
  width: 1260px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}
.top .top-cont .top-cont-left {
  float: left;
}
.top .top-cont .top-cont-right {
  float: right;
  width: 362px;
  height: 50px;
  padding-top: 30px;
}
.top .top-cont .top-cont-right .top-cont-right-txt {
  font-size: 12px;
  color: #666;
  text-align: left;
}
.top .top-cont .top-cont-right .top-cont-right-search {
  background: #f00;
  margin-top: 3px;
}
.top .top-cont .top-cont-right .top-cont-right-search .select {
  border: 1px solid #ddd;
  float: left;
  height: 30px;
}
.top .top-cont .top-cont-right .top-cont-right-search .select select {
  height: 30px;
  border: none;
  display: block;
  width: 87px;
  padding: 5px;
  font-size: 15px;
  color: #333;
  padding-left: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/images/red.png) no-repeat 65px 5px;
}
.top .top-cont .top-cont-right .top-cont-right-search .input {
  float: left;
  border: 1px solid #ddd;
}
.top .top-cont .top-cont-right .top-cont-right-search .input input {
  border: none;
  line-height: 30px;
  padding-left: 5px;
  font-size: 15px;
}
.top .top-cont .top-cont-right .top-cont-right-search .submit {
  float: left;
  margin-left: -5px;
  cursor: pointer;
  width: 70px;
  background: #eee;
  line-height: 30.3px;
  color: #000;
  font-size: 16px;
  border-left: 1px solid #ddd;
  border: 1px solid #ddd;
  text-align: center;
}
/*导航*/
.menu {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background: url(/images/nav_bg.jpg);
  height: 80px;
  height: 60px;
  border-top: 3px solid #1558a2;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.menu .menu-cont {
  width: 1256px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.menu .menu-cont div {
  width: 418px;
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu .menu-cont div a {
  width: 82px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #666;
  text-align: center;
  display: block;
}
.menu .menu-cont div a:hover {
  color: #5390CC;
}
.menu .menu-cont div:nth-child(2) {
  border-right: dashed 1px #ccc;
  border-left: dashed 1px #ccc;
}
/*banner轮播*/
.banner {
  width: 1256px;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
/*图片插条*/
.img-cha {
  width: 1256px;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
  height: 124px;
  background: url(/images/banner_top.jpg) center top no-repeat;
  padding-top: 20px;
}
.img-cha .img-cha01 {
  color: #004177;
  font-size: 32px;
  display: inline-block;
  margin-top: -2px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.img-cha .img-cha02 {
  color: #004177;
  display: inline-block;
  font-size: 26px;
  margin-top: 10px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*第一板块*/
.index-one {
  width: 1256px;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 10px;
  border-bottom: #346caa 3px solid;
}
.index-one .one-left {
  width: 886px;
  height: auto;
  overflow: hidden;
  float: left;
}
.index-one .one-left .one-title {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  color: #1558a2;
  line-height: 60px;
  margin-bottom: 10px;
}
.index-one .one-left .one-abox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .one-abox .abox-left {
  width: 430px;
  height: 250px;
  float: left;
  background: #f00;
}
.index-one .one-left .one-abox .abox-right {
  width: 440px;
  height: 250px;
  float: right;
}
.index-one .one-left .one-abox .abox-right a {
  display: block;
  width: 430px;
  height: 41px;
  line-height: 41px;
  border-bottom: 1px dashed #e5e5e5;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-left .one-abox .abox-right a p {
  font-weight: bold;
  width: 350px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-left .one-abox .abox-right a p:hover {
  color: #5390CC;
}
.index-one .one-left .one-abox .abox-right a span {
  float: right;
  display: block;
}
.index-one .one-left .one-abox .abox-right a:last-child {
  border-bottom: 0;
}
.index-one .one-left .one-bbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .one-bbox .bbox-left {
  width: 430px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.index-one .one-left .one-bbox .bbox-left .bbox-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .one-bbox .bbox-left .bbox-title .bbox-title-left {
  width: 98px;
  float: left;
  height: 40px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-top: 3px solid #346caa;
  text-align: center;
  border-right: 1px solid #e0dddb;
  border-left: 1px solid #e0dddb;
}
.index-one .one-left .one-bbox .bbox-left .bbox-title .bbox-title-right {
  width: 330px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-left .one-bbox .bbox-left .bbox-btitle {
  padding-top: 20px;
  color: #5390c9;
  font-size: 18px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-one .one-left .one-bbox .bbox-left .bbox-imgnews {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .one-bbox .bbox-left .bbox-imgnews .imgnews-left {
  width: 160px;
  height: 100px;
  float: left;
}
.index-one .one-left .one-bbox .bbox-left .bbox-imgnews .imgnews-left img {
  width: 160px;
  height: 100px;
}
.index-one .one-left .one-bbox .bbox-left .bbox-imgnews .imgnews-right {
  width: 240px;
  height: 100px;
  float: right;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.index-one .one-left .one-bbox .bbox-left .bbox-imgnews .imgnews-right a {
  color: #878787;
}
.index-one .one-left .one-bbox .bbox-left .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .one-bbox .bbox-left .news_list a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-left .one-bbox .bbox-left .news_list a p {
  font-weight: bold;
  width: 400px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-left .one-bbox .bbox-left .news_list a p:hover {
  color: #5390CC;
}
.index-one .one-left .one-bbox .bbox-right {
  width: 440px;
  height: auto;
  overflow: hidden;
  float: right;
}
.index-one .one-left .one-bbox .bbox-right .bbox-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .one-bbox .bbox-right .bbox-title .bbox-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.index-one .one-left .one-bbox .bbox-right .bbox-title .bbox-title-right {
  width: 310px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-left .one-bbox .bbox-right .bbox-btitle {
  padding-top: 20px;
  color: #5390c9;
  font-size: 18px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-one .one-left .one-bbox .bbox-right .bbox-imgnews {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .one-bbox .bbox-right .bbox-imgnews .imgnews-left {
  width: 160px;
  height: 100px;
  float: left;
}
.index-one .one-left .one-bbox .bbox-right .bbox-imgnews .imgnews-left img {
  width: 160px;
  height: 100px;
}
.index-one .one-left .one-bbox .bbox-right .bbox-imgnews .imgnews-right {
  width: 250px;
  height: 100px;
  float: right;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.index-one .one-left .one-bbox .bbox-right .bbox-imgnews .imgnews-right a {
  color: #878787;
}
.index-one .one-left .one-bbox .bbox-right .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .one-bbox .bbox-right .news_list a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-left .one-bbox .bbox-right .news_list a p {
  font-weight: bold;
  width: 410px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-left .one-bbox .bbox-right .news_list a p:hover {
  color: #5390CC;
}
.index-one .one-left .two-bbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .two-bbox .bbox-left {
  width: 430px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.index-one .one-left .two-bbox .bbox-left .bbox-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .two-bbox .bbox-left .bbox-title .bbox-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.index-one .one-left .two-bbox .bbox-left .bbox-title .bbox-title-right {
  width: 298px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-left .two-bbox .bbox-left .bbox-btitle {
  padding-top: 20px;
  color: #5390c9;
  font-size: 18px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-one .one-left .two-bbox .bbox-left .bbox-imgnews {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .two-bbox .bbox-left .bbox-imgnews .imgnews-left {
  width: 160px;
  height: 100px;
  float: left;
}
.index-one .one-left .two-bbox .bbox-left .bbox-imgnews .imgnews-left img {
  width: 160px;
  height: 100px;
}
.index-one .one-left .two-bbox .bbox-left .bbox-imgnews .imgnews-right {
  width: 240px;
  height: 100px;
  float: right;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.index-one .one-left .two-bbox .bbox-left .bbox-imgnews .imgnews-right a {
  color: #878787;
}
.index-one .one-left .two-bbox .bbox-left .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .two-bbox .bbox-left .news_list a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-left .two-bbox .bbox-left .news_list a p {
  font-weight: bold;
  width: 400px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-left .two-bbox .bbox-left .news_list a p:hover {
  color: #5390CC;
}
.index-one .one-left .two-bbox .bbox-right {
  width: 440px;
  height: auto;
  overflow: hidden;
  float: right;
}
.index-one .one-left .two-bbox .bbox-right .bbox-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .two-bbox .bbox-right .bbox-title .bbox-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.index-one .one-left .two-bbox .bbox-right .bbox-title .bbox-title-right {
  width: 310px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-left .two-bbox .bbox-right .bbox-btitle {
  padding-top: 20px;
  color: #5390c9;
  font-size: 18px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-one .one-left .two-bbox .bbox-right .bbox-imgnews {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .two-bbox .bbox-right .bbox-imgnews .imgnews-left {
  width: 160px;
  height: 100px;
  float: left;
}
.index-one .one-left .two-bbox .bbox-right .bbox-imgnews .imgnews-left img {
  width: 160px;
  height: 100px;
}
.index-one .one-left .two-bbox .bbox-right .bbox-imgnews .imgnews-right {
  width: 250px;
  height: 100px;
  float: right;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.index-one .one-left .two-bbox .bbox-right .bbox-imgnews .imgnews-right a {
  color: #878787;
}
.index-one .one-left .two-bbox .bbox-right .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .two-bbox .bbox-right .news_list a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-left .two-bbox .bbox-right .news_list a p {
  font-weight: bold;
  width: 410px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-left .two-bbox .bbox-right .news_list a p:hover {
  color: #5390CC;
}
.index-one .one-left .three-bbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .three-bbox .bbox-left {
  width: 430px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.index-one .one-left .three-bbox .bbox-left .bbox-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .three-bbox .bbox-left .bbox-title .bbox-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.index-one .one-left .three-bbox .bbox-left .bbox-title .bbox-title-right {
  width: 298px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-left .three-bbox .bbox-left .bbox-btitle {
  padding-top: 20px;
  color: #5390c9;
  font-size: 18px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-one .one-left .three-bbox .bbox-left .bbox-imgnews {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .three-bbox .bbox-left .bbox-imgnews .imgnews-left {
  width: 160px;
  height: 100px;
  float: left;
}
.index-one .one-left .three-bbox .bbox-left .bbox-imgnews .imgnews-left img {
  width: 160px;
  height: 100px;
}
.index-one .one-left .three-bbox .bbox-left .bbox-imgnews .imgnews-right {
  width: 240px;
  height: 100px;
  float: right;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.index-one .one-left .three-bbox .bbox-left .bbox-imgnews .imgnews-right a {
  color: #878787;
}
.index-one .one-left .three-bbox .bbox-left .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .three-bbox .bbox-left .news_list a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-left .three-bbox .bbox-left .news_list a p {
  font-weight: bold;
  width: 400px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-left .three-bbox .bbox-left .news_list a p:hover {
  color: #5390CC;
}
.index-one .one-left .three-bbox .bbox-right {
  width: 440px;
  height: auto;
  overflow: hidden;
  float: right;
}
.index-one .one-left .three-bbox .bbox-right .bbox-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .three-bbox .bbox-right .bbox-title .bbox-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.index-one .one-left .three-bbox .bbox-right .bbox-title .bbox-title-right {
  width: 310px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-left .three-bbox .bbox-right .bbox-btitle {
  padding-top: 20px;
  color: #5390c9;
  font-size: 18px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-one .one-left .three-bbox .bbox-right .bbox-imgnews {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .three-bbox .bbox-right .bbox-imgnews .imgnews-left {
  width: 160px;
  height: 100px;
  float: left;
}
.index-one .one-left .three-bbox .bbox-right .bbox-imgnews .imgnews-left img {
  width: 160px;
  height: 100px;
}
.index-one .one-left .three-bbox .bbox-right .bbox-imgnews .imgnews-right {
  width: 250px;
  height: 100px;
  float: right;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.index-one .one-left .three-bbox .bbox-right .bbox-imgnews .imgnews-right a {
  color: #878787;
}
.index-one .one-left .three-bbox .bbox-right .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .three-bbox .bbox-right .news_list a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-left .three-bbox .bbox-right .news_list a p {
  font-weight: bold;
  width: 410px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-left .three-bbox .bbox-right .news_list a p:hover {
  color: #5390CC;
}
.index-one .one-left .four-bbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .four-bbox .bbox-left {
  width: 430px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.index-one .one-left .four-bbox .bbox-left .bbox-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .four-bbox .bbox-left .bbox-title .bbox-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.index-one .one-left .four-bbox .bbox-left .bbox-title .bbox-title-right {
  width: 298px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-left .four-bbox .bbox-left .bbox-btitle {
  padding-top: 20px;
  color: #5390c9;
  font-size: 18px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-one .one-left .four-bbox .bbox-left .bbox-imgnews {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .four-bbox .bbox-left .bbox-imgnews .imgnews-left {
  width: 160px;
  height: 100px;
  float: left;
}
.index-one .one-left .four-bbox .bbox-left .bbox-imgnews .imgnews-left img {
  width: 160px;
  height: 100px;
}
.index-one .one-left .four-bbox .bbox-left .bbox-imgnews .imgnews-right {
  width: 240px;
  height: 100px;
  float: right;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.index-one .one-left .four-bbox .bbox-left .bbox-imgnews .imgnews-right a {
  color: #878787;
}
.index-one .one-left .four-bbox .bbox-left .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .four-bbox .bbox-left .news_list a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-left .four-bbox .bbox-left .news_list a p {
  font-weight: bold;
  width: 400px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-left .four-bbox .bbox-left .news_list a p:hover {
  color: #5390CC;
}
.index-one .one-left .four-bbox .bbox-right {
  width: 440px;
  height: auto;
  overflow: hidden;
  float: right;
}
.index-one .one-left .four-bbox .bbox-right .bbox-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .four-bbox .bbox-right .bbox-title .bbox-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.index-one .one-left .four-bbox .bbox-right .bbox-title .bbox-title-right {
  width: 310px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-left .four-bbox .bbox-right .bbox-btitle {
  padding-top: 20px;
  color: #5390c9;
  font-size: 18px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-one .one-left .four-bbox .bbox-right .bbox-imgnews {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-left .four-bbox .bbox-right .bbox-imgnews .imgnews-left {
  width: 160px;
  height: 100px;
  float: left;
}
.index-one .one-left .four-bbox .bbox-right .bbox-imgnews .imgnews-left img {
  width: 160px;
  height: 100px;
}
.index-one .one-left .four-bbox .bbox-right .bbox-imgnews .imgnews-right {
  width: 250px;
  height: 100px;
  float: right;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.index-one .one-left .four-bbox .bbox-right .bbox-imgnews .imgnews-right a {
  color: #878787;
}
.index-one .one-left .four-bbox .bbox-right .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-left .four-bbox .bbox-right .news_list a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-left .four-bbox .bbox-right .news_list a p {
  font-weight: bold;
  width: 410px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-left .four-bbox .bbox-right .news_list a p:hover {
  color: #5390CC;
}
.index-one .one-right {
  width: 356px;
  height: auto;
  float: right;
}
.index-one .one-right .imgbox {
  width: 100%;
  height: auto;
}
.index-one .one-right .imgbox img {
  width: 100%;
}
.index-one .one-right .video {
  width: 356px;
  height: 240px;
  margin-top: 20px;
}
.index-one .one-right .img01 {
  margin-top: 20px;
}
.index-one .one-right .img02 {
  margin-top: 20px;
}
.index-one .one-right .img03 {
  margin-top: 20px;
}
.index-one .one-right .xuanxiang {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.index-one .one-right .xuanxiang .xx_nav {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-one .one-right .xuanxiang .xx_nav .div01 {
  width: 98px;
  cursor: pointer;
  float: left;
  height: 40px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-top: 3px solid #346caa;
  text-align: center;
  border-right: 1px solid #e0dddb;
  border-left: 1px solid #e0dddb;
  border-bottom: 0;
}
.index-one .one-right .xuanxiang .xx_nav .div02 {
  width: 98px;
  cursor: pointer;
  float: left;
  height: 43px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 44px;
  border-top: 0;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-right .xuanxiang .xx_nav .div03 {
  width: 100px;
  height: 43px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-one .one-right .xuanxiang .xx_cont {
  margin-bottom: 30px;
}
.index-one .one-right .xuanxiang .xx_cont a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url(/images/news_icon.png) left center no-repeat;
}
.index-one .one-right .xuanxiang .xx_cont a p {
  font-weight: bold;
  width: 320px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-left: 20px;
}
.index-one .one-right .xuanxiang .xx_cont a p:hover {
  color: #5390CC;
}
.index-one .one-right .xuanxiang .x02,
.index-one .one-right .xuanxiang .ff01 {
  display: none;
}
/*第二板块*/
.index-two {
  width: 1256px;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 20px;
}
.index-two .zhuanti {
  width: 860px;
  height: auto;
  overflow: hidden;
  float: left;
}
.index-two .zhuanti .zhuanti-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-two .zhuanti .zhuanti-title .zhuanti-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.index-two .zhuanti .zhuanti-title .zhuanti-title-right {
  width: 730px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-two .zhuanti .img-zhuanti {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 10px;
}
.index-two .zhuanti .img-zhuanti a {
  width: 344px;
  height: 180px;
  display: block;
  float: left;
  margin-top: 10px;
  margin-right: 60px;
  margin-bottom: 30px;
}
.index-two .zhuanti .img-zhuanti a img {
  width: 344px;
  height: 180px;
}
.index-two .caigou {
  width: 360px;
  height: auto;
  overflow: hidden;
  float: right;
}
.index-two .caigou .caigou-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-two .caigou .caigou-title .caigou-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.index-two .caigou .caigou-title .caigou-title-right {
  width: 230px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.index-two .caigou .img-caigou {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 10px;
}
.index-two .caigou .img-caigou a {
  width: 346px;
  height: auto;
  overflow: hidden;
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
}
.index-two .caigou .img-caigou a img {
  width: 346px;
}
/*公共底部*/
.footer {
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  height: 250px;
  border-top: 3px solid #b9001b;
  background: #f0f0f0;
  width: 100%;
  padding-top: 20px;
}
.footer .footer-cont {
  width: 1256px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.footer .footer-cont .footer-cont-friend {
  margin: 30px 0 20px 0;
}
.footer .footer-cont .footer-cont-friend span {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
}
.footer .footer-cont .footer-cont-friend a {
  display: inline-block;
  padding-left: 15px;
  line-height: 30px;
  font-size: 14px;
}
.footer .footer-cont .footer-cont p {
  text-align: center;
  color: #666;
  line-height: 30px;
  font-size: 14px;
}
.footer .footer-cont .footer-text {
  text-align: center ;
  line-height: 2em!important;
  color: #666;
}
.footer .footer-cont .footer-text p {
  margin-bottom: 0px;
}
/*栏目页*/
.column {
  width: 1256px;
  height: auto;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.column .cont-left {
  width: 865px;
  height: auto;
  overflow: hidden;
  min-height: 800px;
  float: left;
}
.column .cont-left .column-title {
  font-size: 16px;
  color: #878787;
  text-align: left;
}
.column .cont-left .column-list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.column .cont-left .column-list a {
  display: block;
  padding-top: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid gray;
  margin-top: 15px;
}
.column .cont-left .column-list a .img-left {
  margin-left: 15px;
  float: left;
  width: 215px;
  height: 125px;
}
.column .cont-left .column-list a .img-left img {
  width: 215px;
  height: 125px;
}
.column .cont-left .column-list a .cont-right {
  width: 595px;
  height: 180px;
  overflow: hidden;
}
.column .cont-left .column-list a .cont-right .news-title {
  color: #878787;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column .cont-left .column-list a .cont-right .news-order {
  color: #878787;
  font-size: 12px;
  padding-bottom: 20px;
  padding-top: 8px;
}
.column .cont-left .column-list a .cont-right .news-order span {
  padding-right: 20px;
}
.column .cont-left .column-list a .cont-right .news-brief {
  color: #878787;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.column .cont-left .column-list a:hover div {
  color: #5390CC !important;
}
.column .cont-left .fpage {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.column .cont-left .fpage a {
  font-size: 14px;
  color: #666;
  border: #e0dddb 1px solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.column .cont-left .fpage a:hover {
  background: #5390CC;
  color: #fff;
}
.column .cont-left .fpage .action {
  background: #5390CC;
  color: #fff;
}
.column .cont-left .column-cont {
  padding: 0px 75px 0px 7px;
  border-top: 1px solid gray;
  margin-top: 15px;
}
.column .cont-left .column-cont .news-title {
  text-align: center;
  margin: 10px 0;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.column .cont-left .column-cont .news-order {
  font-size: 16px;
  text-align: center;
  padding: 15px 0 35px;
}
.column .cont-left .column-cont .news-order span {
  padding: 0 15px;
}
.column .cont-left .column-cont .news-cont {
  font-size: 16px!important;
  line-height: 1.8 !important;
}
.column .cont-left .column-cont .news-cont img {
  max-width: 80%;
  margin: 20px auto;
  display: block;
}
.column .cont-right {
  width: 360px;
  height: auto;
  overflow: hidden;
  float: right;
}
.column .cont-right .cont-right-title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.column .cont-right .cont-right-title .cont-right-title-left {
  width: 110px;
  float: left;
  height: 40px;
  color: #000;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #346caa;
  text-align: center;
  background: url(/images/icon_add.jpg) 15px center no-repeat;
}
.column .cont-right .cont-right-title .cont-right-title-right {
  width: 230px;
  height: 40px;
  float: left;
  border-bottom: 1px solid #e0dddb;
}
.column .cont-right .cont-right-cont {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 15px;
}
.column .cont-right .cont-right-cont a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.column .cont-right .cont-right-cont a:hover {
  color: #5390CC;
}
.column .cont-right .video {
  width: 356px;
  height: 240px;
  margin-top: 0px;
}
.column .cont-right .img01 {
  margin-top: 20px;
}
.column .cont-right .img02 {
  margin-top: 20px;
}
.column .cont-right .img03 {
  margin-top: 20px;
  margin-bottom: 50px;
}
/*移动端搜索*/
.phone-search {
  width: 96vw;
  height: 10.66666667vw;
  padding-top: 33.33333333vw;
  margin: 0 auto;
}
.phone-search .phone-search-txt {
  display: none;
}
.phone-search .phone-search-search {
  width: 100%;
  height: 10.66666667vw;
}
.phone-search .phone-search-search .select {
  border: 0.13333333vw solid #ddd;
  float: left;
  height: 10.4vw;
  width: 21.33333333vw;
}
.phone-search .phone-search-search .select select {
  height: 9.06666667vw;
  border: none;
  line-height: 9.06666667vw;
  display: block;
  width: 20vw;
  padding: 0.66666667vw;
  font-size: 4vw;
  color: #333;
  padding-left: 1.33333333vw;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/images/red.png) no-repeat 16.66666667vw 1.86666667vw;
}
.phone-search .phone-search-search .input {
  float: left;
  border: 0.13333333vw solid #ddd;
  height: 10.4vw;
}
.phone-search .phone-search-search .input input {
  border: none;
  line-height: 10.4vw;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 4vw;
  height: 9.86666667vw;
  width: 50.66666667vw;
}
.phone-search .phone-search-search .submit {
  float: left;
  margin-left: -0.66666667vw;
  cursor: pointer;
  height: 10.4vw;
  line-height: 10.4vw;
  width: 18.66666667vw;
  background: #eee;
  color: #000;
  font-size: 4vw;
  border-left: 0.13333333vw solid #ddd;
  border: 0.13333333vw solid #ddd;
  text-align: center;
}
.phone-search .phone-search-search .submit01 {
  float: left;
  margin-left: -0.66666667vw;
  cursor: pointer;
  height: 10.4vw;
  line-height: 10.4vw;
  width: 18.66666667vw;
  background: #eee;
  color: #000;
  font-size: 4vw;
  border-left: 0.13333333vw solid #ddd;
  border: 0.13333333vw solid #ddd;
  text-align: center;
}
/*悬浮+侧导航*/
/*焦点图*/
.focus {
  position: relative;
  width: 430px;
  height: 250px;
  background-color: #000;
  float: left;
}
.focus img {
  width: 430px;
  height: 250px;
}
.focus .shadow .title {
  width: 260px;
  height: 65px;
  padding-left: 30px;
  padding-top: 20px;
}
.focus .shadow .title a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  overflow: hidden;
}
.focus .btn {
  position: absolute;
  bottom: 34px;
  left: 510px;
  overflow: hidden;
  zoom: 1;
}
.focus .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #B0B0B0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #D9D9D9;
}
.focus .btn a:hover,
.focus .btn a.current {
  cursor: pointer;
  background: #fc114a;
}
.focus .fPic {
  position: absolute;
  left: 0px;
  top: 0px;
}
.focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
.focus .shadow {
  width: 100%;
  position: absolute;
  text-indent: 20px;
  font-size: 14px;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 48px;
  line-height: 48px;
  background-image: url(/images/sypicnewsdi.png);
  background-repeat: repeat-x;
  display: block;
  text-align: left;
}
.focus .shadow a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  margin-left: 0px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000;
}
.focus .fcon img {
  display: block;
}
.focus .fbg {
  bottom: 12px;
  right: 10px;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
  width: auto;
}
.focus .fbg div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
.focus .D1fBt a {
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 5px;
  color: #B0B0B0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: right;
  background: #D9D9D9;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
  background: #fc114a;
}
.focus .D1fBt img {
  display: none;
}
.focus .D1fBt i {
  display: none;
  font-style: normal;
}
.focus .prev,
.focus .next {
  position: absolute;
  width: 40px;
  height: 74px;
  background: url(/images/focus_btn.png) no-repeat;
}
.focus .prev {
  top: 50%;
  margin-top: -37px;
  left: 0;
  background-position: 0 -74px;
  cursor: pointer;
}
.focus .next {
  top: 50%;
  margin-top: -37px;
  right: 0;
  background-position: -40px -74px;
  cursor: pointer;
}
.focus .prev:hover {
  background-position: 0 0;
}
.focus .next:hover {
  background-position: -40px 0;
}
.shadow {
  color: #fff;
  text-indent: 50px;
  font-size: 20px;
}
#cc2018 ul,
ol {
  list-style: none;
  color: #305798;
}
#cc2018 .cc_show {
  position: fixed;
  right: 0px;
  z-index: 999;
}
#cc2018 .cc_show li {
  width: 100px;
  height: 42px;
  line-height: 42px;
  background: #f4f4f4;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ececec;
}
#cc2018 .cc_hide {
  position: fixed;
  right: -50px;
}
#cc2018 .cc_hide li {
  width: 100px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#cc2018 .cc_hide img {
  width: 102px;
  height: 38px;
  margin-left: -2px;
  display: none;
}
#cc2018 a {
  font-size: 14px;
  width: 100%;
}
.header {
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  z-index: 3;
  flex-direction: column;
  position: fixed;
  background-color: #fff;
  display: none;
}
.header .flexhead {
  display: block;
  width: 100%;
  background: url(/images/newslogo.jpg) no-repeat center;
  border-bottom: 1px solid #5e6174;
  height: 16vw;
  background-size: 50%;
}
.header .home {
  width: 0;
  height: 0;
  display: block;
}
.header .home img {
  display: block;
  width: 10.66666667vw;
  height: 10.66666667vw;
  margin-top: 2.66666667vw;
  margin-left: 2.66666667vw;
}
.header #headmenu {
  width: 6.66666667vw;
  height: 6.66666667vw;
  background-size: 100% 100%;
  float: right;
  margin-right: 2.66666667vw;
}
.header .menu {
  background: url(/images/menu.jpg) no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 80%;
  border: 0;
}
.header .close {
  background: url(/images/close.jpg) no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 120% 100%;
  margin-top: 2.66666667vw;
  margin-left: -1.33333333vw;
}
.header .flexnav {
  border-bottom: 2px solid #2c3049;
}
.header .flexnav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  line-height: 10.66666667vw;
  height: 10.66666667vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.header .flexnav li a {
  font-size: 4.8vw;
  text-decoration: none;
  color: #000;
  display: block;
}
.header #navhidden {
  border-top: 1px solid #cacaca;
}
.header .nshow {
  animation: slide-down 0.5s ease-in-out;
  -webkit-animation: slide-down 0.5s ease-in-out;
}
.header .nclose {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header-top {
    display: block;
  }
  .top {
    display: block;
  }
  .menu {
    display: block;
  }
  .header {
    display: none;
  }
  .index-column {
    display: none;
  }
  .phone-search {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .header-top {
    display: none;
  }
  .top {
    display: none;
  }
  .menu {
    display: none;
  }
  .header {
    display: block;
  }
  .phone-search {
    display: block;
  }
  .column .cont-right {
    display: none;
  }
  .column {
    width: 95%;
    padding-top: 2.66666667vw;
    margin: 0 auto;
  }
  .column .cont-left {
    width: 100%;
  }
  .column .cont-left .img-left {
    display: none;
  }
  .column .cont-left .cont-right {
    display: block;
    width: 100%!important;
    height: auto!important;
  }
  .column .cont-left .column-cont {
    padding: 4vw;
  }
  .footer {
    display: none;
  }
  .column .cont-left .fpage a {
    display: none;
  }
  .column .cont-left .fpage a:nth-child(1) {
    display: inline-block !important;
    width: 13.33333333vw;
  }
  .column .cont-left .fpage a:nth-child(2) {
    display: inline-block !important;
    width: 13.33333333vw;
  }
  .column .cont-left .fpage a:nth-last-child(2) {
    display: inline-block !important;
    width: 13.33333333vw;
  }
  .column .cont-left .fpage a:last-child {
    display: inline-block !important;
    width: 13.33333333vw;
  }
  .index-column {
    display: block;
  }
  .banner {
    display: none;
  }
  .img-cha {
    display: none;
  }
  .index-one {
    display: none;
  }
  .index-two {
    display: none;
  }
  #cc2018 {
    display: none;
  }
}
